|
SET SPRITE RESIZE
This command will set the resize mode of the sprite.
SET SPRITE RESIZE Mode
Mode
Integer
If the resize mode is set to zero, the sprite will keep its initial size even if the sprite image is changed. A mode of one will automatically adjust the size of the sprite when the sprite image is changed.
This command does not return a value.
ink rgb(255,0,0),0
box 0,0,32,32
get image 1,0,0,32,32,0
sprite 1,100,100,1
SET SPRITE RESIZE 0
do
loop
end
SPRITE Commands Menu
Index
|